PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFScreenAnnotation Class / setPlaceholder Method
A com.o2sol.pdf4java.graphics.PDFFormXObject that represents the graphic image to be displayed when the movie is not playing.
In This Topic
    setPlaceholder Method
    In This Topic
    Sets the placeholder to be displayed on the page when the movie is not playing.
    Syntax
    public void setPlaceholder( 
       PDFFormXObject placeholder
    )

    Parameters

    placeholder
    A com.o2sol.pdf4java.graphics.PDFFormXObject that represents the graphic image to be displayed when the movie is not playing.
    See Also